Skip to content

Add option to initiate a top-level DELEGATECALL#117

Open
sorpaas wants to merge 1 commit intomasterfrom
sp-transact-delegatecall
Open

Add option to initiate a top-level DELEGATECALL#117
sorpaas wants to merge 1 commit intomasterfrom
sp-transact-delegatecall

Conversation

@sorpaas
Copy link
Member

@sorpaas sorpaas commented Apr 8, 2022

Fixes #105

context: Context,
transfer: Option<Transfer>,
) -> (ExitReason, Vec<u8>) {
event!(TransactCall {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change value to value: context.apparent_value in the event! macro. (it currently don't build with tracing feature).

mattsse added a commit to mattsse/evm that referenced this pull request Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow precompile to do subcalls ?

2 participants